docs: fix improper description of GtkTreeModel "rows-reordered" iter
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 06:21:27 +0000 (01:21 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 06:21:27 +0000 (01:21 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=698398

gtk/gtktreemodel.c

index 8b52af0147bca350608bc024d6e99e24e5918a62..b85b4815cbb3bec9e918854e2f2338248cd4f808 100644 (file)
@@ -450,7 +450,8 @@ gtk_tree_model_base_init (gpointer g_class)
        * @tree_model: the #GtkTreeModel on which the signal is emitted
        * @path: a #GtkTreePath identifying the tree node whose children
        *     have been reordered
-       * @iter: a valid #GtkTreeIter pointing to the node whose
+       * @iter: a valid #GtkTreeIter pointing to the node whose children
+       *     have been reordered, or %NULL if the depth of @path is 0
        * @new_order: an array of integers mapping the current position
        *     of each child to its old position before the re-ordering,
        *     i.e. @new_order<literal>[newpos] = oldpos</literal>